Skip to content

Fixed BACKUP parsing for redshift#2270

Merged
iffyio merged 1 commit intoapache:mainfrom
romanoff:fix_backup_keyword_for_redshift
Mar 20, 2026
Merged

Fixed BACKUP parsing for redshift#2270
iffyio merged 1 commit intoapache:mainfrom
romanoff:fix_backup_keyword_for_redshift

Conversation

@romanoff
Copy link
Contributor

@romanoff romanoff commented Mar 5, 2026

Example of query:

CREATE TABLE public.users_backup_test
BACKUP YES
DISTSTYLE AUTO
SORTKEY (id)
AS
SELECT id, name, email
FROM public.users;

Spec: https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_TABLE_NEW.html

@romanoff romanoff force-pushed the fix_backup_keyword_for_redshift branch from a855687 to 673f258 Compare March 10, 2026 04:39
Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTm! Thanks @romanoff!

@iffyio iffyio added this pull request to the merge queue Mar 20, 2026
Merged via the queue into apache:main with commit 1097a0d Mar 20, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants